home *** CD-ROM | disk | FTP | other *** search
- /* Keys.rex */
- /* -------- */
- /* Description: Enable user to assign rexx script to F6 to F10 function */
- /* keys. This is another button cluster so this script */
- /* doesn't do the actual stuff but rather call other */
- /* scripts. */
-
- address 'JCGRAPH'
-
- 'button 1 Label=>>F6 JcGraph:rexx/AssignF6.rex'
- 'button 2 Label=>>F7 JcGraph:rexx/AssignF7.rex'
- 'button 3 Label=>>F8 JcGraph:rexx/AssignF8.rex'
- 'button 4 Label=>>F9 JcGraph:rexx/AssignF9.rex'
- 'button 5 Label=>>F10 JcGraph:rexx/AssignF10.rex'
- 'button 6 Label= JcGraph:rexx/Keys.rex'
- 'button 7 Label= JcGraph:rexx/Keys.rex'
- 'button 8 Label= JcGraph:rexx/Keys.rex'
- 'button 9 Label=Main JcGraph:rexx/ButtonCluster1.rex'
- 'button 10 Label= JcGraph:rexx/Keys.rex'
-